Reference from: http://ueditor.baidu.com/website/document.html
About the HTML editor, try FCKeditor, upgrade version of the CKEditor, and TinyMCE, and recently tried to use Baidu Ueditor. Contrast or feel ueditor configuration is simpler, quick to start and documents and examples are also very complete. So here the ueditor1.2.3.0php version of the UTF-8 version as an example of the use of ueditor to comb t
introduction of the method is as follows:1 charset= "Utf-8" src= "/Your directory/kindeditor.js"> Script>2charset= "Utf-8" src = "/Your directory/lang/zh_cn.js">script>The third step, initialize the Kindeditor editor, initializes the example as follows:1 Note:id must be a unique value on the current page.Fourth step, get the HTML data in Kindeditor. The Kindeditor visualization is performed on the
) {url = k.formaturl (URL, ' absolute ');//change this to URL = window.location.origin + '/' +url; Because the picture path is in the same folder} 2). Open Routes/index.js AddApp.post ('/kindeditor/upload ', function (req,res) {var _files = Req.files.imgFile; if (_files.length After the configuration can be used, if there is a problem, qq me: 3281799344. Complete the upload file function to be updated ...Description: This project has been shared on GitHub above, the above features are fully impl
A long time ago, most people want to do web pages will probably use the tools of FrontPage, more advanced will use Dreamweaver and other software. Although the software provides a convenient "WYSIWYG" editing preview mode, the written web code tends to get messed up for a variety of reasons, seven or eight of the way ...If you're familiar with HTML and CSS, and you're accustomed to manually modifying and editing your own Web content, and the general t
5 Recommended HTML editor for PHP, 5 phphtml Editor
Overview
In web development, many places will use the HTML editor (Rich Text editor), I also used several, such as Ueditor, CKEditor and so on. These days to read a few articles
license. The WordPress editor uses tinymce.
4. jwysiwyg
Jwysiwyg is a jquery-based WYSIWYG plug-in. It is quite small, only 7 kb in size, and is quite easy to use. However, there are not many functions.
5. Yahoo! Ui Library: Rich Text Editor
This rich text editor is part of the Yahoo Yui library and can be easily expanded by users. This is the best fo
If you do not quite understand the principles of the HTML editor, please take a look at the simple example I wrote specifically to demonstrate how to convert an IFRAME into an HTML editor and let the editor load data, insert the s
with ExecCommand is that the generated code may not be standard, as in IE, the text is bold with a B tag instead of a strong label.
Interaction issues
Users can not always enter in the editor, such as bold, insert pictures and other functions are operated through the button. Suppose the user wants to make a bold paragraph of the selected text, and when he presses the Bold button, the selection and focus will follow, so the selection (the selected t
Extending the EditorUnity allows you to use your own custom inspectors and editor Windows Extension Editor, and you can use the custom property drawers to define how the attribute set is presented in inspector, a piece that tells you how to use these features.Editor WindowsYou can create any number of custom windows in
. First we add a hidden area to the form to place the contents of the database, such as
Most likely because
This allows the contents of the database to be edited in the HTML online editor when the page is loaded, and the submission process is the same as the one described above.Second, the use of the IFRAME call (some and object calls repeat where the simple d
. More Kcfinder InformationLatest News: Kcfinder 3.11 Released April 25, 2014
[Recommended] Online editor TqeditorThe Tqeditor is a small, powerful, extensible, browser-enabled online editor. Features: Small stature, JS (56k) +css (8k) + icon (7k) Total 71K, enable GZ compression not to 30K full browser support, currently supports IE6, 7, 8, 9, Chrome 8+, FF, Op ... More Tqeditor InformationLatest News: T
modify the data of the database. First, we add a hidden area to the form to place the content in the database, for example,
Here is a simple introduction to how to call the HTML online editor. The specific code is not listed one by one, if you have any questions or suggestions about the content in this article, contact me.
The first time I wrote a technical ar
compilation-Sorting files (including deleting duplicate files, ignoring case, ascending, descending)-100,000 word spelling checker-Syntax highlighting-configurable, pre-configured for C + +, VB, HTML and Java-Auto-wrap in a specific column with a hard return-Inserts a file at the cursor position of an existing document-File Manager supports drag-and-drop functionality-Configurable toolbars-Separator Bar window-Insert and overprint modes for editing-M
For the Web page Editor to do the project is a very useful editor, greatly reduce the burden on developers, feel Kindsoft is a good choice, so also in constant use.
under the face of some simple configuration to sum up:
The first is to import the downloaded Kindsoft file into the project directory;
Copy Code code as follows:
These two
editing status? You can use:
Function document. onreadystatechange ()
{
HtmlEdit.doc ument. designMode = "On ";
}
Function implementation. The remaining problem is to get the focus and the selected value:
HtmlEdit. focus ();
Var sel = HtmlEdit.doc ument. selection. createRange ();
The preceding two sentences can be used to obtain the html code of the selected value.
Here, the basic principles are clarified. Then we can use the insertHTML ("str") meth
1, what is the HTML online editor
As the name suggests, an online editor is a tool for online editing, edited with HTML based documents.
What's the use of the 2,html online editor?
Because the
Implementation principle of the wysiwyg html editor
Implementation principle of the wysiwyg html editor
This article mainly introduces how the wysiwyg html editor works, this article describes the basic implementation principles o
The online HTML Content Editor provides text style control, such as text color and font size. Although many powerful editors (such as FCKeditor) are available on the Internet, many complicated configurations are required.CodeIt is often "bloated ". This document describes how to develop an HTML editor. Using the method
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.